Release 10.1A: OpenEdge Application Server:
Administration


Configuring ClientConnect

ClientConnect is a process that runs with your 4GL client session. In the following example, the application creates a session procedure by calling jmssession.p persistently specifying the -SMQConnect connection parameter:

Using SMQConnect on a client example 
DEFINE VARIABLE sessionH AS HANDLE. 
RUN jms/jmssession.p PERSISTENT SET sessionH ("-SMQConnect"). 
RUN setBrokerURL IN sessionH ("MQBrokerHost:2506"). 
RUN beginSession IN sessionH. 

The only configuration is for logging and debugging, if necessary. By default, logging is disabled for ClientConnect sessions. Logging is turned on by setting the brkrLoggingLevel and srvrLoggingLevel properties to a value greater than 0.

Note: Logging level represents the amount of logging information written to the log file. Valid logging level values are 1 (Errors), 2 (Basic), 3 (Verbose), and 4 (Extended). The default value is 2. For more information on logging, see OpenEdge Development: Debugging and Troubleshooting .

The property and logging options for ClientConnect are stored in the Adapter.CC.cc1 section of the install-dir/properties/JavaTools.properties file. These properties must be modified manually, and are applicable to all OpenEdge clients using ClientConnect functionality.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095